This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

1import CollectionContainerSkeleton from '@/features/collections/containers/collectionContainer/Skeleton.CollectionContainer'; 2 3export default function Loading() { 4 return <CollectionContainerSkeleton />; 5}